home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / time / jup11.lha / jup.doc next >
Encoding:
Text File  |  1994-12-08  |  1.5 KB  |  70 lines

  1. jup V1.1
  2. ========
  3.  
  4. Copyright
  5. ---------
  6.  
  7. jup is in the public domain. Do whatever you want to do with it.
  8.  
  9.  
  10.  
  11. Purpose
  12. -------
  13.  
  14. jup displays your system uptime.
  15.  
  16.  
  17.  
  18. Installation
  19. ------------
  20.  
  21. Put "jup" into a directory in your search path (typically "c:").
  22. Add "jup >NIL:" to your s:startup-sequence (or s:user-startup).
  23. _IF_ your "T:" directory is assigned to a non-volatile storage
  24. medium (that is, if T: is _NOT_ assigned to your RAM disk),
  25. put a "delete T:JUPDATA" into your startup-sequence/user-startup
  26. right before the call to "jup".
  27.  
  28.  
  29.  
  30. Usage
  31. -----
  32.  
  33. Type "jup" at the shell prompt to display the date & time of the
  34. last reboot, plus the system uptime.
  35.  
  36.  
  37.  
  38. Notes
  39. -----
  40.  
  41. When jup is invoked, it looks for a file called "T:JUPDATA".
  42.  
  43. If this file does not exist (it cannot exist when "jup" is called for
  44. the very first time after a reboot, that's why you need to put "jup" into
  45. your startup-sequence), "jup" creates it and writes the current date and
  46. time to this file. O.K., so an empty file would have been sufficient, but
  47. I thought it was easier my way. :-)
  48.  
  49. If "T:JUPDATA" exists, "jup" reads it, displays the date and time that's
  50. in that file and then computes and displays the uptime.
  51.  
  52. Simple, isn't it? And it's extremely system-friendly, too.
  53.  
  54.  
  55.  
  56. Thanks
  57. ------
  58.  
  59. Michael "Mick" Hohman, for sparking the idea.
  60.  
  61.  
  62.  
  63. Revisions
  64. ---------
  65.  
  66. 1.1     Dammit. Here it is: a revision. :-)
  67.         Changed "RAM:JUPDATA" to "T:JUPDATA".
  68.  
  69. 1.0     Initial release, and I bet there won't be any further revisions.
  70.